home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
term
/
term41source.lha
/
Extras
/
Source
/
gtlayout-Source.lha
/
Glue
/
LT_Label.asm
< prev
next >
Wrap
Assembly Source File
|
1994-07-28
|
211b
|
18 lines
csect text,0,0,1,2
xdef _LT_LabelWidth
_LT_LabelWidth:
move.l a6,-(sp)
move.l _GTLayoutBase(a4),a6
movem.l 8(sp),a0/a1
jsr -138(a6)
move.l (sp)+,a6
rts
csect __MERGED,DATA
xref _GTLayoutBase
end